﻿2026-06-22T01:14:43.1421258Z ##[group]Run actions/checkout@v5
2026-06-22T01:14:43.1421777Z with:
2026-06-22T01:14:43.1422059Z   fetch-depth: 0
2026-06-22T01:14:43.1422375Z   repository: SaberMage/spt-core
2026-06-22T01:14:43.1425304Z   token: ***
2026-06-22T01:14:43.1425588Z   ssh-strict: true
2026-06-22T01:14:43.1425908Z   ssh-user: git
2026-06-22T01:14:43.1426207Z   persist-credentials: true
2026-06-22T01:14:43.1426535Z   clean: true
2026-06-22T01:14:43.1426851Z   sparse-checkout-cone-mode: true
2026-06-22T01:14:43.1427202Z   fetch-tags: false
2026-06-22T01:14:43.1427525Z   show-progress: true
2026-06-22T01:14:43.1427829Z   lfs: false
2026-06-22T01:14:43.1428104Z   submodules: false
2026-06-22T01:14:43.1428422Z   set-safe-directory: true
2026-06-22T01:14:43.1428745Z ##[endgroup]
2026-06-22T01:14:43.3338604Z Syncing repository: SaberMage/spt-core
2026-06-22T01:14:43.3339808Z ##[group]Getting Git version info
2026-06-22T01:14:43.3340301Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-22T01:14:43.3598220Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-22T01:14:43.3812496Z git version 2.43.0.windows.1
2026-06-22T01:14:43.3839602Z ##[endgroup]
2026-06-22T01:14:43.3847030Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\3a1b23d2-7636-407c-8e4a-80530e4199a8\.gitconfig'
2026-06-22T01:14:43.3864570Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\3a1b23d2-7636-407c-8e4a-80530e4199a8' before making global git config changes
2026-06-22T01:14:43.3866212Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T01:14:43.3869584Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-22T01:14:43.4204343Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-22T01:14:43.4428401Z https://github.com/SaberMage/spt-core
2026-06-22T01:14:43.4456507Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T01:14:43.4461622Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T01:14:43.4683818Z HEAD
2026-06-22T01:14:43.4942779Z ##[endgroup]
2026-06-22T01:14:43.4943283Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-22T01:14:43.8665672Z ##[group]Cleaning the repository
2026-06-22T01:14:43.8669261Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-22T01:14:50.4414757Z Removing target/
2026-06-22T01:14:50.4448847Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-22T01:14:50.4970044Z HEAD is now at 0d90deb Merge 1e2e2f78f49042ded9889d8482b7a52186bff1c5 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:14:50.5009090Z ##[endgroup]
2026-06-22T01:14:50.5015085Z ##[group]Disabling automatic garbage collection
2026-06-22T01:14:50.5022586Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-22T01:14:50.5282835Z ##[endgroup]
2026-06-22T01:14:50.5283302Z ##[group]Setting up auth
2026-06-22T01:14:50.5289568Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-22T01:14:50.5515970Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-22T01:14:50.9197630Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T01:14:50.9421556Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-22T01:14:51.3271041Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T01:14:51.3503612Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-22T01:14:51.7138750Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-22T01:14:51.7502655Z ##[endgroup]
2026-06-22T01:14:51.7503176Z ##[group]Fetching the repository
2026-06-22T01:14:51.7510241Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +0d90debd9c55d60180d11f668b3d5c33b11fee49:refs/remotes/pull/27/merge
2026-06-22T01:14:52.9884040Z From https://github.com/SaberMage/spt-core
2026-06-22T01:14:52.9884597Z    b8ec32b..9323593  viewer-drain-decouple-b4 -> origin/viewer-drain-decouple-b4
2026-06-22T01:14:52.9885013Z  + d45d771...1e2e2f7 wedge-trace-v4 -> origin/wedge-trace-v4  (forced update)
2026-06-22T01:14:53.0010909Z ##[endgroup]
2026-06-22T01:14:53.0011440Z ##[group]Determining the checkout info
2026-06-22T01:14:53.0012888Z ##[endgroup]
2026-06-22T01:14:53.0018738Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-22T01:14:53.0287287Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-22T01:14:53.0508773Z ##[group]Checking out the ref
2026-06-22T01:14:53.0513344Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-22T01:14:53.0869124Z HEAD is now at 0d90deb Merge 1e2e2f78f49042ded9889d8482b7a52186bff1c5 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:14:53.0894451Z ##[endgroup]
2026-06-22T01:14:53.1209948Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-22T01:14:53.1416711Z 0d90debd9c55d60180d11f668b3d5c33b11fee49
